From: Gabriel Wicke Date: Fri, 9 Apr 2004 17:46:40 +0000 (+0000) Subject: watch/unwatch accesskeys and tooltip X-Git-Tag: 1.3.0beta1~507 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=aa8e0a9eabaf8b5de6c1afaa46b2b9942afe24f4;p=lhc%2Fweb%2Fwiklou.git watch/unwatch accesskeys and tooltip --- diff --git a/languages/Language.php b/languages/Language.php index 5c8bffb275..3bca54a66d 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1455,8 +1455,8 @@ amusement.", 'accesskey-protect' => 'p', 'accesskey-delete' => 'd', 'accesskey-move' => 'm', -'accesskey-watch' => '', -'accesskey-unwatch' => '', +'accesskey-watch' => 'w', +'accesskey-unwatch' => 'w', 'accesskey-watchlist' => 'l', 'accesskey-userpage' => '.', 'accesskey-mytalk' => 'n', @@ -1487,8 +1487,8 @@ amusement.", 'tooltip-delete' => 'Delete this page [alt-d]', 'tooltip-move' => 'Move this page [alt-m]', 'tooltip-nomove' => 'You don\'t have the permissions to move this page', -'tooltip-watch' => 'Add this page to your watchlist', -'tooltip-unwatch' => 'Remove this page from your watchlist', +'tooltip-watch' => 'Add this page to your watchlist [alt-w]', +'tooltip-unwatch' => 'Remove this page from your watchlist [alt-w]', 'tooltip-watchlist' => 'The watchlist is the list of pages you\'re monitoring for changes. [alt-l]', 'tooltip-userpage' => 'My user page [alt-.]', 'tooltip-mytalk' => 'My talk page [alt-n]',